home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 2 / LSD and 17bit Compendium Deluxe - Volume II.iso / a / gfx / imstud.lha / ImageStudio.readme < prev   
Encoding:
Text File  |  1994-09-15  |  5.8 KB  |  175 lines

  1. Short:    Image processing/conversion program v1.0.0
  2. Author:   Andy Dean and Graham Dean
  3. Uploader: adean@eleceng.ucl.ac.uk
  4. Type:     gfx/conv
  5.  
  6.    This document applies to version 1.0.0, written on 12th September
  7. 1994, Copyright (C) 1994 Andy Dean, Graham Dean.
  8.  
  9. Brief description
  10. =================
  11.  
  12.    ImageStudio is written for the casual graphics user who wishes to
  13. convert or manipulate various graphics formats on a modest Amiga
  14. system. There are several commercial offerings available, however the
  15. casual user is paying a lot of money for many facilities and options
  16. they would probably never use.
  17.  
  18.    Bitmap graphics, by their nature, usually require large amounts of
  19. RAM. One of the main objectives of ImageStudio was to reduce this
  20. burden by utilising virtual memory - most users have more spare hard
  21. disk space than spare RAM.
  22.  
  23.    ImageStudio works with several buffers at any one time (dependant on
  24. how many levels of undo are specified), each of these buffers can hold
  25. either colour-mapped or 24-bit images. For a detailed description of
  26. colour-mapped and 24-bit images, See Image types.
  27.  
  28. Copyright and Disclaimer
  29. ========================
  30.  
  31.    No guarantee of any kind is given that the programs described in
  32. this document are 100% reliable. You are using this material at your
  33. own risk. The authors *can not* be made responsible for any damage
  34. which is caused by using this program.
  35.  
  36.    The unregistered package is freeware, but still copyright by Andy
  37. Dean and Graham Dean. This means that you can copy it freely as long as
  38. you don't ask for a more than nominal copying fee.
  39.  
  40.    The registered version of the program *may not* be freely
  41. distributed.
  42.  
  43.    Permission is granted to include the unregistered package in
  44. Public-Domain collections, especially in the excellent Fred Fish Amiga
  45. Disk Library (including CD ROM versions of it). The distribution file
  46. may be uploaded to Bulletin Board Systems or FTP servers. If you want
  47. to distribute this program you must use the original distribution
  48. archive ImageStudio-1.0.0.lha.
  49.  
  50.    This program (or parts of it) may not be included or used in
  51. commercial programs unless by written permission from the authors.
  52.  
  53. Machine requirements
  54. ====================
  55.  
  56.    ImageStudio requires the following system to run:
  57.  
  58.    * Workbench 2.04 or above.
  59.  
  60.    * Around 1 megabyte of free memory.
  61.  
  62.    * Several megabytes of free hard disk space.
  63.  
  64.    If ImageStudio is run on an AGA machine (A1200 or A4000), it will
  65. use the new display modes and palette routines to improve the quality
  66. of the internal viewer images.
  67.  
  68. List of features
  69. ================
  70.  
  71.    General:
  72.    * Full 24-bit image buffers, with optimizations for colour-mapped
  73.      (palette based) images.
  74.    * Up to 100 levels of undo / redo.
  75.    * User configurable virtual memory.
  76.    * User saveable preferences.
  77.    * Operations applicable to the whole image or a selected region.
  78.    * Up to 256 greyshade preview window (with optional dither).
  79.    * Zoom on preview window.
  80.    * Internal / external viewers (external for 3rd party 24-bit
  81.      graphics cards).
  82.    * Loading / saving / manipulating of AGA image formats (e.g. 256
  83.      colours, HAM8) on non-AGA machines.
  84.    * Max image size of 32000 x 32000 (limited to 250 x 250 in the
  85.      unregistered version).
  86.    * Copy / paste to / from the system clipboard.
  87.    * Runs on all Workbench 2.04+ Amiga's - utilises AGA chipset if
  88.      available.
  89.    * On disk AmigaGuide and ASCII text documentation.
  90.    * Multi-level help error requesters.
  91.    * Standard Workbench2 interface.
  92.    * Public screen.
  93.    * Requires no third party libraries or utilities.
  94.  
  95.    Import:
  96.    * IFF-ILBM formats (Standard palette based, HAM6, HAM8, extra
  97.      halfbright, ILBM24)
  98.    * BMP
  99.    * GIF (conforming to GIF87a)
  100.    * JPEG (conforming to JFIF standard)
  101.    * PCX
  102.    * Targa
  103.    * Any installed Amiga datatype (with Workbench 2.1+)
  104.  
  105.    Export:
  106.    * IFF-ILBM formats (Standard palette based, HAM6, HAM8, extra
  107.      halfbright, ILBM24)
  108.    * BMP
  109.    * GIF (conforming to GIF87a)
  110.    * JPEG (conforming to JFIF standard)
  111.    * PCX
  112.    * Targa
  113.  
  114.    Colour Balance:
  115.    * All operations are available to the R,G,B components separately.
  116.    * Brightness ( upto ±100%)
  117.    * Contrast (non to full)
  118.    * Gamma ( + and - )
  119.  
  120.    Convolution:
  121.    * Built in convolutions: Blur, Sharpen, Emboss, Raise, Edge detect.
  122.    * User definable convolutions, load and save to disk.
  123.  
  124.    Effects:
  125.    * Built in effects: FlipX, FlipY, RollX, RollY, Negative, Greyscale,
  126.      Highlight, Shadow, Random, Pixelize, Remove isolated pixels.
  127.  
  128.    Scale:
  129.    * Crop to selected region.
  130.    * Increase / decrease scale by percentage or absolute image size.
  131.    * Simple scale or colour averaged.
  132.  
  133.    Colour reduction:
  134.    * Increase colour mapped images to 24-bit.
  135.    * Decrease number of colours in 24-bit or colour mapped images via
  136.      Heckbert median cut algorithm. Reduce to any number of colours
  137.      2-256 (not limited to powers of 2).
  138.    * Methods of palette colour choice: Colour distance, highest count
  139.      and weighted average.
  140.    * Dithers available for colour reduction: None, Floyd-Steinberg,
  141.      Burkes, Stucki, Sierra, Jarvis, Stevenson-Arce.
  142.  
  143.    Palette:
  144.    * Save current palette.
  145.    * Force palette onto current image, dithering if necessary (all
  146.      dithers available).
  147.  
  148. Shareware version
  149. =================
  150.  
  151.    To encourage users to register, the freely distributable version of
  152. ImageStudio is limited to loading in pictures upto 250x250 pixels. All
  153. other operations are available.
  154.  
  155.    For details on how to register, See How to register.
  156.  
  157. The authors
  158. ***********
  159.  
  160.    ImageStudio was written by Andy Dean and Graham Dean.
  161.  
  162.    Queries and orders (see How to register) should be sent to Graham at:
  163.  
  164.      Graham Dean,
  165.      14 Fielding Avenue,
  166.      Poynton,
  167.      Stockport,
  168.      Cheshire.
  169.      SK12 1YX
  170.      ENGLAND
  171.  
  172.    Andy can be reached for queries (no orders) via Internet Email at:
  173.  
  174.      adean@eleceng.ucl.ac.uk
  175.